home *** CD-ROM | disk | FTP | other *** search
-
- //------------------------------------------------------------------->
- //
- // thing-6.inc
- //
- // "Easy POV Oven"
- //
- // Written By: Paul T. Dawson
- // ptdawson@voicenet.com
- // http://www.voicenet.com/~ptdawson
- //
- // All code and techniques are PUBLIC DOMAIN - have fun with it!
- //
- //------------------------------------------------------------------->
- //
- // Thing_6 is a simple mirror sphere. It lets you see all four walls,
- // and the sky (the ceiling blew off).
- //
- //------------------------------------------------------------------->
- //
- // Go ahead and build it. This pokes through the bottom of the pan,
- // but don't tell anybody! 8-)
-
- #declare Thing_6 = sphere { 0, 1
-
- scale < 3.9, 3.0, 3.9 >
- pigment { White }
- finish { Mirror }
-
- } // End of sphere.
-
- //------------------------------------------------------------------->
- //
- // End of this file.
-
-